home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
EDUCATE
/
DIVECOMP.ARJ
/
DIVECOMP.SH
/
makefile
< prev
next >
Wrap
Makefile
|
1990-12-16
|
313b
|
16 lines
divecomp: divecomp.c
cc -o divecomp divecomp.c -lm -lcurses
sun_divecomp: divecomp.c
/usr/5bin/cc -o divecomp divecomp.c -lm -lcurses
simple:
cc -DSIMPLE -o divecomp divecomp.c -lm -lcurses
sun_simple:
/usr/5bin/cc -DSIMPLE -o divecomp divecomp.c -lm -lcurses
cvtprof: cvtprof.c
cc -o cvtprof cvtprof.c